projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d07cf3
)
(x_list_fonts): fast_c_string_match_ignore_case renamed.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Jun 1997 17:58:49 +0000
(17:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Jun 1997 17:58:49 +0000
(17:58 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index efa9c00ce27649161cc5707e2c2c99fa4910dec2..67335d4915e3ff7862659073e63eba8aa927dfdc 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-6333,8
+6333,8
@@
x_list_fonts (f, pattern, size, maxnames)
if (NILP (Fassoc (tem, list)))
{
if (STRINGP (Vx_pixel_size_width_font_regexp)
- && (
fast
_string_match_ignore_case
-
(Vx_pixel_size_width_font_regexp, names[i]
)
+ && (
(fast_c
_string_match_ignore_case
+
(Vx_pixel_size_width_font_regexp, names[i])
)
>= 0))
/* We can set the value of PIXEL_SIZE to the
width of this font. */